KsLogSource enumeration
The source of a log.
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public enum KsLogSource
Public Enum KsLogSource
Members
Member name | Value | Description |
---|---|---|
logEthercat | 0 | From the EtherCAT master. |
logAxis | 1 | From a single axis. |
logGroup | 2 | From an axis group. |
logInput | 3 | From an input of a module. |
logOutput | 4 | From an output of a module. |
logSlave | 5 | From an EtherCAT slave. |
logModule | 6 | From a module. |
logCam | 7 | From a cam move. |
logUser | 8 | From a user variable. |
See also